home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / DUP-DVD 2.1.1 / ddsetup.exe / install_script.iss
Text File  |  2002-06-15  |  2KB  |  54 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=DUP-DVD V2.1.1
  5. AppVerName=DUP-DVD Ver 2.1.1
  6. AppId=DUP-DVD V2.1.1
  7. AppPublisherURL=http://www.dvd-dup.com
  8. AppSupportURL=http://www.dvd-dup.com/support.html
  9. DefaultDirName={pf}\Dup-dvd
  10. DefaultGroupName=Dup-dvd
  11. UninstallDisplayIcon={app}\Dup-dvd.exe
  12. OutputBaseFilename=ddsetup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Dup-dvd.exe"; DestDir: "{app}"; 
  21. Source: "{app}\cdrw.dll"; DestDir: "{app}"; 
  22. Source: "{app}\cds.dll"; DestDir: "{app}"; 
  23. Source: "{app}\navi.dll"; DestDir: "{app}"; 
  24. Source: "{app}\data0.dll"; DestDir: "{app}"; 
  25. Source: "{app}\cdapi.dll"; DestDir: "{app}"; 
  26. Source: "{app}\kfs.exe"; DestDir: "{app}"; 
  27. Source: "{app}\mkdat.exe"; DestDir: "{app}"; 
  28. Source: "{app}\Config.dat"; DestDir: "{app}"; 
  29. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  30. Source: "{app}\Clearsn.reg"; DestDir: "{app}"; 
  31. Source: "{app}\urls"; DestDir: "{app}"; 
  32. Source: "{app}\lang.cfg"; DestDir: "{app}"; 
  33. Source: "{app}\lang\english.txt"; DestDir: "{app}\lang"; 
  34. Source: "{app}\lang\french.txt"; DestDir: "{app}\lang"; 
  35. Source: "{app}\lang\german.txt"; DestDir: "{app}\lang"; 
  36. Source: "{app}\lang\greek.txt"; DestDir: "{app}\lang"; 
  37. Source: "{app}\lang\italian.txt"; DestDir: "{app}\lang"; 
  38. Source: "{app}\lang\korean.txt"; DestDir: "{app}\lang"; 
  39. Source: "{app}\lang\portuguese.txt"; DestDir: "{app}\lang"; 
  40. Source: "{app}\lang\russian.txt"; DestDir: "{app}\lang"; 
  41. Source: "{app}\lang\spanish.txt"; DestDir: "{app}\lang"; 
  42. Source: "{app}\lang\swedish.txt"; DestDir: "{app}\lang"; 
  43. Source: "{app}\lang\s_chinese.txt"; DestDir: "{app}\lang"; 
  44. Source: "{app}\lang\t_chinese.txt"; DestDir: "{app}\lang"; 
  45.  
  46. [Run]
  47. Filename: "{app}\readme.txt"; Description: "View the README file"; Flags: shellexec postinstall skipifsilent 
  48. Filename: "{app}\Dup-dvd.exe"; Description: "Launch application"; Flags: postinstall skipifsilent nowait
  49.  
  50. [Icons]
  51. Name: "{group}\Dup-dvd"; Filename: "{app}\Dup-dvd.exe"; 
  52. Name: "{group}\Uninstall Dup-dvd"; Filename: "{app}\unins000.exe"; 
  53. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  54.